.share-button {}

.share-button.small {
    font-size: .5em;
    max-width: 10em;
    min-width: 9em;
    padding: 0;
}

.share-button.small icon {
    position: relative;
    padding: 0.5em 0.5em 0.35em 0.5em;
}

.share-button.small .button-label {
    flex-grow: 1;
    font-size: 1.2em;
}

.share-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.share-container .button {
    margin: 1em 1em 0 0;
}

div[id*="eventModalShareButton_"] {
    position: absolute;
    right: 0;
    top: 0;
}




.share-qr-container {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin: 1em 2em;
    background: #efefef;
    padding: 2em;
    border-radius: 1em;
}

.qr-code{
    box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.1);
}

.qr-code canvas {
    position: relative;
    display: block !important;
    width: 245px;
    height: 245px;
}

.qr-code a {
    position: relative;
    display: block;
    overflow: hidden;
}

.qr-code a:after {
    content: 'Download';
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -4em;
    background: #258184e6;
    color: #fff;
    font-size: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .5em;
    box-sizing: border-box;
    transition: bottom .2s;
}

.qr-code a:hover:after {
    bottom: 0;
}

.qr-container {
    text-align: center;
    margin: 0 0 1em 0;
}

.qr-container a {
    display: block;
    font-size: 1.5em;
    margin: 0;
    padding: .25em;
    background: #258184;
    color: #fff;
    min-width: auto;
}